home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00110.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  590 b   |  28 lines

  1. on exitFrame
  2.   global OLDSOUND, UPG, GAMELEN
  3.   set GAMELEN to 6
  4.   set the text of field "LENGTHTEXT" to "6  WORKER GAME"
  5.   if UPG = 0 then
  6.     set the text of field "CLC" to " "
  7.   end if
  8.   if UPG = 1 then
  9.     set the text of field "CLC" to "CLICK TO CONTINUE"
  10.   end if
  11.   if UPG = 1 then
  12.     set the mouseDownScript to "CONTI"
  13.   end if
  14.   play frame "TITLE"
  15.   set the mouseDownScript to EMPTY
  16.   unLoadCast(183)
  17.   unLoadCast(14)
  18.   unLoadCast(76)
  19.   unLoadCast(88)
  20.   unLoadCast(106)
  21.   unLoadCast(107)
  22.   unLoadCast(180)
  23.   unLoadCast(261)
  24.   unLoadCast(112)
  25.   unLoadCast(116)
  26.   unLoadCast(261)
  27. end
  28.